home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 July: System Software / Dev.CD Jul 94.toast / SSW 7.1.1 (Pro) / Czech 7.1.1 Installer / AppleScript™ Setup / Sample Scripts / Numerics / Set decimal precision / Set decimal precision.rsrc / TEXT_1128.txt < prev    next >
Encoding:
Text File  |  1993-04-07  |  142 b   |  3 lines

  1. This  handler truncates a specified number to a specified number of places. 
  2. i.e. truncateToXPlaces(3.4567, 2) => 3.45
  3. Written by Donald Olson